home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / gfont10 / example.gfn next >
Encoding:
Text File  |  1994-02-21  |  522 b   |  31 lines

  1. #
  2. # Example description file.  A "#" at the beginning of a line is a comment.
  3. #
  4. #**************************************************************************
  5. # The font to use
  6. Font: bold
  7. #
  8. # The string to produce
  9. #
  10. String: This is an example
  11. #
  12. # The name of the file to produce
  13. #
  14. OutputFile: example.inc
  15. #
  16. # The name of the object to produce
  17. #
  18. ObjectName: Test
  19. #
  20. # Scaling to apply to object
  21. #
  22. Scale: 1
  23. #
  24. # Radius of the stroke
  25. #
  26. Radius: 0.1
  27. #
  28. # Don't include any bounding boxes
  29. #
  30. Bound: false
  31.